| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Nebu Retski
EVE University Ivy League
6
|
Posted - 2012.01.30 14:07:00 -
[1] - Quote
Regarding the credits awarded for uploading data: Does it only work with the unified uploader or does the IGB also provide credits? I wonder as I have only been uploading using the IGB because I play on Linux and I haven't been able to run the unified uploader yet (haven't done much effort for it though).
Currently my credits balance say's I have 0.00 credits, but at my account info it mentions that I have uploaded cache/logfiles. |

Nebu Retski
EVE University Ivy League
6
|
Posted - 2012.01.31 12:26:00 -
[2] - Quote
Scrapyard Bob wrote:For fun, I tried running the unified uploader under WINE 1.2 on Ubuntu.
WINE 1.2 is really old. You better update to the latest wine version 1.3.3*, it is "not stable" though, but stable enough to do most things. Pretty much "most" people use one of the 1.3.2*+ versions to run EVE. So Callean Drevus, no need to get back to the drawing board yet based on the errors Silent Bob got.
Now I properly tried to run the uploader again and I noticed why it didn't work at all before. After unzipping unifieduploader-0.*.zip, the contents of the lib folder remained zipped. When I unzipped the contents of the lib folder I could run the uploader.exe, however it still doesn't work properly. I get the GUI, but I also get the following error immediatly in the terminal:
Debug: src/helpers.cpp(140): 'CreateActCtx' failed with error 0x00000103 (no more data available).
I went in the config.ini file to add my upload key:
endpoint_0_uploadkey = *************
This however didn't remove the error yet. I also noticed that the path you added for the installation folder seems to be hardcoded to use the windows style (i.e. c:\bla\bla\CCP\EVE\...) while this will not work on *nix type OS's. I'm not sure if wine actually translates it properly or not, but to make code crossplatform compatible there is a function in Python that handles the path style depending on the OS -> os.path
Tonight I will check at home if I can get any further because I then I will have a running eve client. I'll let you know how it goes.
|

Nebu Retski
EVE University Ivy League
7
|
Posted - 2012.01.31 21:54:00 -
[3] - Quote
Well it seems that it is working (after having the uploader detect my installation folder) when I have a client open and scanning in the IGB.
At least I see the following type of information rolling in the status tab: EVE Central: 2012-01-31 21:47:25: Uploaded 8253 in 10000042 with 3 orders EVE Marketdata: 2012-01-31 21:47:29: Uploaded 31802 in 10000042 with 24 orders EVE Central: 2012-01-31 21:47:29: Uploaded 31802 in 10000042 with 24 orders EVE Marketeer: 2012-01-31 21:47:29: Uploaded 31802 in 10000042 with 24 orders
It also lists a certain number of uploads for the various endpoints etc...
I'll check tomorrow to see if my account received credits for the uploads or not.
There is still however the Debug message I posted earlier that: Debug: src/helpers.cpp(140): 'CreateActCtx' failed with error 0x00000103 (no more data available).
No idea yet why I get that message, but it seems that it is not necessarily related to your uploader program as I have found some posts on the eve forums with the same message but for the eve repair tool.
Edit: Ok my account received credits so it seems to be working fine |

Nebu Retski
EVE University Ivy League
7
|
Posted - 2012.02.01 20:27:00 -
[4] - Quote
So after a bit more of testing I noticed that the uploader always crashes after 270 or 271 uploads. Yesterday I was running the uploader in a 64-bit environment, while today I ran is in a 32-bit environment, but everytime the result is the same. Manually restarting the uploader allows me to provide another 270/271 uploads.
You can find the error log here, although you might not be much with it as a lot of the output is comming from wine.
For completeness sake: I'm running 3.1.2-1-ARCH and wine 1.3.33
A possible solution could be to produce a native linux binary. This most likely requires you to have a linux distribution at hand to compile it or provide the source code to a trustworthy friend that can do it for you. In pretty much a similar way you could produce a native mac version. Anyway that is totally up to you to decide. In the meantime I will keep using it as is because I'm usually in the neighbourhood of my pc when uploading.
Keep up the good work!
|

Nebu Retski
EVE University Ivy League
8
|
Posted - 2012.02.01 20:59:00 -
[5] - Quote
=ImportXML("http://www.evemarketeer.com/api/averages/10000043/90/34_35_36/xml";"//average")
This gives me pretty much a column of the average transactions per day for the 3 different items. Now you just make 5 more columns where you change //average with //maximum ...
There might be a better way to do it, but I don't know atm :) |

Nebu Retski
EVE University Ivy League
9
|
Posted - 2012.02.03 11:11:00 -
[6] - Quote
Callean Drevus wrote:Anyway, the limit is 25 per call, and I'll soon add that to the page.
From some testing that I did, it seems that there might be a bug on your side. At a certain point the return data is not complete. Whenever I request 16 items I only get the first 15 returned (from 1 item until 15 items everything looks fine though), check for yourself -> http://www.evemarketeer.com/api/info/36_35_34_2268_2305_2267_2288_2287_2307_2272_2309_2073_2310_2270_2306_2307/xml/10000043/sell_lowest5
When requesting 18 or more items, the last 2 items will not be returned. 18 items url -> http://www.evemarketeer.com/api/info/36_35_34_2268_2305_2267_2288_2287_2307_2272_2309_2073_2310_2270_2306_2307_2308_2309/xml/10000043/sell_lowest5
25 (should be the hard limit) items url -> http://www.evemarketeer.com/api/info/36_35_34_2268_2305_2267_2288_2287_2307_2272_2309_2073_2310_2270_2306_2307_2308_2309_2393_2396_3779_2401_2390_2397_3683/xml/10000043/sell_lowest5
Can you confirm this bug or else I should scratch my head a bit more as to why it happens to me :-)
|

Nebu Retski
EVE University Ivy League
9
|
Posted - 2012.02.03 12:13:00 -
[7] - Quote
I found what the issue was, so it's not a bug (well it was a little bit, but on my side :-)). You can't have duplicates in your urls (as I had in my url 2*2309 and 2*2307). Once I had removed the duplicate entries I was able to pull 25 in one go.
Thx Bob for pointing it out. |
| |
|